home *** CD-ROM | disk | FTP | other *** search
/ Wayzata's Best of Shareware PC/Windows 2 / Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin / pc / dos / programg / decgif3 / readme.txt < prev    next >
Text File  |  1992-08-01  |  721b  |  21 lines

  1. To get this program up and running, you first must make a .QLB file and .LIB
  2. file from the .OBJ files I have supplied.
  3.  
  4. For the .QLB file, use the LINK utility and type...
  5. LINK /q WPIX2+RESCALE+X360X480+SHOWRGB,,,BQLB45   (QB4.5)
  6. LINK /q WPIX2+RESCALE+X360X480+SHOWRGB,,,QBXQLB,; (PDS)
  7.  
  8. Then make a .LIB file...
  9. LIB WPIX2+WPIX2+RESCALE+X360X480+SHOWRGB,;
  10.  
  11. Then load in QB/QBX like this:
  12. QB/lWPIX2 USEDGIF
  13.  
  14. QuickBASIC 4.5 users must use search and replace to change all of the "SSEG"
  15. strings to "VARSEG" strings in the DECGIF3.BAS module.
  16.  
  17. Note: This program requires at least an 80286 processor. (Although it 
  18.       would be rather simple to modify it for 8088/86 operation...)
  19.  
  20.       -Rich Geldreich
  21.